Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_alnum
ctype_alnum
Check alphanumeric characters
Name:
ctype_alnum
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check alphanumeric characters
Related
PHP Excel Data Import Methods and Techniques: Efficiently Handle Excel Files
2
Practical PHP Code Examples and Techniques to Prevent XSS and SQL Injection
8
Complete Guide to Installing and Configuring PHP-FPM on CentOS 7
3
How to implement hash conflict detection in PHP: Combining hash_final and hash_equals
3
Similar Functions
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_print
ctype_print
Checkprintablecharac
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_lower
ctype_lower
Checklowercasecharac
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_punct
ctype_punct
Checkforprintablecha
ctype_graph
ctype_graph
Checkforanyprintable
ctype_upper
ctype_upper
Checkcapitalcharacte
Popular Articles